home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / dktoppub / autofont.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1994-03-31  |  2KB  |  36 lines

  1. echo off
  2. cls
  3. if exist REGISTER.FRM goto :message
  4. echo ERROR:  Cannot locate the order form file which is
  5. echo named REGISTER.FRM.  Please  change  to  the drive or 
  6. echo directory which contains your AUTOFONT files,  then
  7. echo run the ORDER.BAT file again.
  8. goto :exit
  9. :message
  10. echo           ┌─────────────────────────────────────────────────────────┐
  11. echo           │ The registration form consists of one page, plus a bonus│
  12. echo           │ certificate.  These also appear at end of User Guide.   │
  13. echo           ├─────────────────────────────────────────────────────────┤
  14. echo           │ If you don't want to print these forms now press Ctrl+C │
  15. echo           │ and then press Y.                                       │
  16. echo           │ Otherwise you may let this program  print them for you. │
  17. echo           ├─────────────────────────────────────────────────────────┤
  18. echo           │                                                         │
  19. echo           │                Simply do the following:                 │
  20. echo           │                                                         │
  21. echo           │            1. Turn your printer ON                      │
  22. echo           │            2. If using laserjet set @ 60 lines/page     │
  23. echo           │            3. Adjust the left margin to zero or 1       │
  24. echo           │            4. Adjust the top line to the very top       │
  25. echo           │                of the page                              │
  26. echo           │            5. Press any key when ready to print,        │
  27. echo           │                or type Ctrl-C now to abort...           │
  28. echo           │                                                         │
  29. echo           └─────────────────────────────────────────────────────────┘ 
  30. pause > nul
  31. echo                   ┌─────────────────────────────────────────┐
  32. echo                   │ Printing AUTOFONT REGISTRATION FORM NOW │
  33. echo                   └─────────────────────────────────────────┘
  34. type REGISTER.FRM > prn
  35. echo                                        Done.
  36. cls